Extension point persister
In component org.nuxeo.ecm.platform.routing.service
Documentation
Use to provide a persister. A persister should implement DocumentRoutingPersister. It is responsible to persist instances of route.
<persister class="org.my.implementation.of.Persister"/>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.routing.core.impl.PersisterDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="persister" target="org.nuxeo.ecm.platform.routing.service"> <persister class="org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingTreePersister"/> </extension>